ASP.NET Core MVC コントロールヘルプ
SearchMemberPath プロパティ (AutoCompleteBase<T>)

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc 名前空間 > AutoCompleteBase<T> クラス : SearchMemberPath プロパティ
Gets or sets a string containing a comma-separated list of properties to use when searching for items.
シンタックス
'宣言
 
Public Overridable Property SearchMemberPath As System.String
public virtual System.string SearchMemberPath {get; set;}
解説
By default, the AutoComplete control searches for matches against the property specified by the DisplayMemberPath property. The searchMemberPath property allows you to search using additional properties.
参照

AutoCompleteBase<T> クラス
AutoCompleteBase<T> メンバ